func github.com/andybalholm/brotli.emitInsertLen1

3 uses

	github.com/andybalholm/brotli (current package)
		compress_fragment.go#L155: func emitInsertLen1(insertlen uint, depth []byte, bits []uint16, histo []uint32, storage_ix *uint, storage []byte) {
		compress_fragment.go#L633: 					emitInsertLen1(insert, cmd_depth, cmd_bits, cmd_histo[:], storage_ix, storage)
		compress_fragment.go#L744: 			emitInsertLen1(insert, cmd_depth, cmd_bits, cmd_histo[:], storage_ix, storage)